From: Takashi Iwai Date: Mon, 24 Aug 2009 07:40:34 +0000 (+0200) Subject: ASoC: add missing inclusion of debugfs.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~19661^2~153 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=20496ff3783fc9d4cea2317ed2d4442561af64d9;p=linux-4.9.git ASoC: add missing inclusion of debugfs.h To fix compile errors. Signed-off-by: Takashi Iwai --- diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 2f5295dbd158..7b74547b56fa 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include